GtkNotebook: Fix reverse tab order
authorMatthias Clasen <mclasen@redhat.com>
Sat, 23 Jun 2012 16:20:54 +0000 (12:20 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Jun 2012 16:37:20 +0000 (12:37 -0400)
commit3056324570dc5f0e94a9da0958e4980199200ab6
tree5bda4a33e6bd3750ceb1ecb994b24c4651a69d5b
parent376783f64f403bc656df2e58f694eb2dc866a5da
GtkNotebook: Fix reverse tab order

When using Shift-Tab to move the focus out of page content onto
the tab label, we end up in a situation where both Tab and Shift-Tab
move focus back into the page, which is not really what is expected
when the notebook is part of a dialog.

Instead, arrange things so that using Shift-Tab with focus on a
tab label moves the focus out of the notebook.

http://bugzilla.gnome.org/show_bug.cgi?id=669986
gtk/gtknotebook.c